home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / ha0999beta / format < prev    next >
Text File  |  1995-03-09  |  547b  |  40 lines

  1. All numbers are in LOHI byte order.
  2.  
  3. HAFILE
  4.  
  5. 0000     HA        /* HA = identifier fo ha archive */
  6. 0002    cnt        /* cnt = number of files in archive */
  7. 0004    HDR1        /* HDR = information for file */
  8. .    file1
  9. .    HDR2
  10. .    file2
  11.     .
  12.     .
  13.     .
  14.     
  15. Header :
  16.  
  17. 0000    ver<<4 | type    /* type 0-CPY, 1-ASC, 2-HSC, 0xe-DIR 0xf-SPECIAL */
  18. 0001    length compressed    
  19. 0005     length original
  20. 0009    CRC 32
  21. 000D    filetime
  22. 0011    path
  23. +n    00h
  24. +1    name
  25. +n    00h
  26. +1    Length of machine specific information
  27. +1    Machine specific information
  28.  
  29.  
  30. Machine specific information :
  31.  
  32. 0000    type
  33. 0001    Information
  34. .
  35. .
  36. .
  37.  
  38.  
  39.  
  40.